home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
301-325
/
321
/
iconj
/
testscript
< prev
next >
Wrap
AmigaDOS Script File
|
1995-03-14
|
337b
|
15 lines
.key arg1,arg2,arg3,arg4,arg5
.bra «
.ket »
date
echo "This script was written as a simple test for IconJ."
if exists ram:fred
echo "ram:fred exists"
else
echo "ram:fred does not exist. Fooey."
endif
echo "«arg1» was first parameter"
echo "«arg2» was second parameter"
echo "Other parameters: «arg3», «arg4», «arg5»."
date